home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 November / maximum-cd-2002-11.iso / Data / items.pcg / scripts / DefineButton2_274 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2002-09-14  |  101 b   |  8 lines

  1. on(press){
  2.    tellTarget("downControl")
  3.    {
  4.       gotoAndStop("start");
  5.       play();
  6.    }
  7. }
  8.